From: Ian Jackson Date: Thu, 8 Jul 2010 15:50:34 +0000 (+0100) Subject: tools/debugger/gdbsx: build enabled by default X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11813^2~4 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=28c40113329a2cd385f43c999932d310ced39291;p=xen.git tools/debugger/gdbsx: build enabled by default Submitted-by: Bruce Edge Signed-off-by: Ian Jackson --- diff --git a/tools/Makefile b/tools/Makefile index 2b84998415..3ae1f15eb1 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -35,6 +35,7 @@ SUBDIRS-y += xenpmd SUBDIRS-y += libxl SUBDIRS-y += remus SUBDIRS-$(CONFIG_X86) += xenpaging +SUBDIRS-y += debugger/gdbsx # These don't cross-compile ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) @@ -114,3 +115,9 @@ subdir-clean-ioemu-dir: $(buildmakevars2shellvars); \ $(MAKE) -C ioemu-dir clean; \ fi + +subdir-clean-debugger/gdbsx: + $(MAKE) -C debugger/gdbsx clean + +subdir-install-debugger/gdbsx: + $(MAKE) -C debugger/gdbsx install